-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build: remove "beta" from build.commands
#11411
Conversation
@@ -418,10 +418,6 @@ def check_old_output_directory(self): | |||
def run_build_commands(self): | |||
"""Runs each build command in the build environment.""" | |||
|
|||
self.attach_notification( | |||
message_id=BuildUserError.BUILD_COMMANDS_IN_BETA, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this also be removed? I guess existing notifications use this message, but we could also just delete those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, existing notification use this message. We can decide what to do with them --but I think it's fine to keep them for now.
Co-authored-by: Eric Holscher <[email protected]>
Closes #11405
📚 Documentation previews 📚
docs
): https://docs--11411.org.readthedocs.build/en/11411/dev
): https://dev--11411.org.readthedocs.build/en/11411/